GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-11T13:16:28.9490776+00:00",
"SubmitDate": "2025-12-11T13:16:28.9490776+00:00",
"ReportPeriodStart": "2025-12-11T13:16:28.9490776+00:00",
"ReportPeriodEnd": "2025-12-11T13:16:28.9490776+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fd329dfa-96a0-400b-baa3-99f5b70dffb0",
"Rows": [
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fd329dfa-96a0-400b-baa3-99f5b70dffb0",
"Rows": [
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43ffd029-fbbd-468c-9865-4e07033cb38c",
"c3172190-93f8-43e2-86a3-535bb1eded8a"
],
"Approvers": [
"c9c0523e-c215-4c8d-9107-5d28dbd576d3",
"71f8394a-0eb8-4f85-8585-2d7268e10225"
],
"ApprovedBy": "8868dee6-6c25-4b87-bad7-f99ea430f63a",
"ApprovalDate": "2025-12-11T13:16:28.9490776+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9538c7f0-928b-4f08-9c6f-1e7b7c58e3f8",
"id": "51f6ed83-a5cc-42ba-ab64-2f2a487f6ec8",
"ConfigId": "20513d30-8132-453c-b4e2-e4a1e003ee84"
},
{
"GenerationDate": "2025-12-11T13:16:28.9490776+00:00",
"SubmitDate": "2025-12-11T13:16:28.9490776+00:00",
"ReportPeriodStart": "2025-12-11T13:16:28.9490776+00:00",
"ReportPeriodEnd": "2025-12-11T13:16:28.9490776+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fd329dfa-96a0-400b-baa3-99f5b70dffb0",
"Rows": [
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fd329dfa-96a0-400b-baa3-99f5b70dffb0",
"Rows": [
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a3994e29-9907-4e96-a3f0-873beceedf49",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43ffd029-fbbd-468c-9865-4e07033cb38c",
"c3172190-93f8-43e2-86a3-535bb1eded8a"
],
"Approvers": [
"c9c0523e-c215-4c8d-9107-5d28dbd576d3",
"71f8394a-0eb8-4f85-8585-2d7268e10225"
],
"ApprovedBy": "8868dee6-6c25-4b87-bad7-f99ea430f63a",
"ApprovalDate": "2025-12-11T13:16:28.9490776+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9538c7f0-928b-4f08-9c6f-1e7b7c58e3f8",
"id": "51f6ed83-a5cc-42ba-ab64-2f2a487f6ec8",
"ConfigId": "20513d30-8132-453c-b4e2-e4a1e003ee84"
}
]